From 24cd8d48358fe9a7c4cb5533128f4a668e7d2f0c Mon Sep 17 00:00:00 2001 From: Camm Maguire Date: Thu, 25 Jul 2019 00:08:39 +0100 Subject: [PATCH] pathnames1.6 Gbp-Pq: Name pathnames1.6 --- o/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/o/makefile b/o/makefile index 57db00ea..f032e9cd 100644 --- a/o/makefile +++ b/o/makefile @@ -34,7 +34,7 @@ boot.o: boot.c $(DECL) boot.h $(CC) -c $(CFLAGS) $(DEFS) -fPIC $*.c $(AUX_INFO) prelink.o: prelink.c $(DECL) - $(CC) -fPIE -c $(filter-out -pg,$(CFLAGS)) $(DEFS) $*.c $(AUX_INFO) + $(CC) -c $(filter-out -pg,$(CFLAGS)) -fPIE $(DEFS) $*.c $(AUX_INFO) %.o: %.c $(DECL) $(CC) -c $(CFLAGS) $(DEFS) $*.c $(AUX_INFO) -- 2.30.2